🐛 Set the device selector component to opaque during its creation#8471
Merged
Conversation
Member
Author
|
The ultimate solution would be |
jwren
approved these changes
Aug 18, 2025
jwren
pushed a commit
that referenced
this pull request
Aug 20, 2025
Continue working on #8471. The PR refactored the device selector. **Changes** 1. Now it builds the component without a combo box button and has an adaptive interface provided by the IntelliJ platform. 2. Device icons are updated to use icons from [Material Symbols (Rounded)](https://fonts.google.com/icons?icon.size=16&icon.platform=web&icon.set=Material+Symbols&icon.style=Rounded). This is supported by Claude Sonnet 4 (75%), GPT-5 (20%), and Gemini 2.5 Pro (5%). **Screenshots** | Variants | Before | After | |:---:|:---:|:---:| | Regular | <img width="412" height="286" alt="image" src="https://github.com/user-attachments/assets/745632f7-6f96-4810-a07c-7885c35889ba" /> | <img width="416" height="288" alt="image" src="https://github.com/user-attachments/assets/b74b5d68-381a-4097-aef4-f2086e232de1" /> | | Compact | <img width="396" height="264" alt="image" src="https://github.com/user-attachments/assets/15075978-1bbb-4191-9382-071fe9b11d60" /> | <img width="402" height="264" alt="image" src="https://github.com/user-attachments/assets/a8d73e37-9af4-4e25-afa5-6117d7f98f57" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8439
Fixes #7972
This is inspired by StackOverflow, Claude Sonnet 4, and Gemini 2.5 Pro.
Before:

After:
